Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] account: Added feature to create recurrent vendor bills and jou… #21411

Closed

Conversation

rgo-odoo
Copy link
Contributor

@rgo-odoo rgo-odoo commented Dec 4, 2017

…rnal entries,

- One need to first enable this from Accounting Settings to use this feature
- Once activated, user can see one option in Vendor Bills and Journal Entries to set perticular record to be recurrent document and can define the recurrency period. This will automatically create draft documents(by mean of Scheduled Actions) as per recurrency configuration.

Task: https://www.odoo.com/web?debug=#id=34884&view_type=form&model=project.task&action=327&menu_id=4720
Pad: https://pad.odoo.com/p/r.2ce5d6bcc2c17bde4a157bc33163f7dc

I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@pedrobaeza
Copy link
Collaborator

Why only recurring vendor bills and not customer ones?

@C3POdoo C3POdoo added the RD research & development, internal work label Dec 4, 2017
@sja-odoo sja-odoo force-pushed the master-account-recurring-invoices-sja branch 4 times, most recently from 8f9b149 to 3acc60e Compare December 8, 2017 13:05
@rgo-odoo rgo-odoo force-pushed the master-account-recurring-invoices-sja branch 2 times, most recently from 697bdf6 to 575aadf Compare December 12, 2017 09:55
@sja-odoo sja-odoo force-pushed the master-account-recurring-invoices-sja branch from 575aadf to a95dde2 Compare December 12, 2017 10:30
@rgo-odoo
Copy link
Contributor Author

rgo-odoo commented Jan 2, 2018

@pedrobaeza because customer ones are handled by sale_subscription app

@rgo-odoo
Copy link
Contributor Author

rgo-odoo commented Jan 2, 2018

LGTM

@sja-odoo sja-odoo force-pushed the master-account-recurring-invoices-sja branch 4 times, most recently from 463eb19 to bd24282 Compare January 10, 2018 06:21
@rgo-odoo rgo-odoo force-pushed the master-account-recurring-invoices-sja branch from bd24282 to eee5ac2 Compare January 11, 2018 11:07
@sja-odoo sja-odoo force-pushed the master-account-recurring-invoices-sja branch 2 times, most recently from 3d9e7d0 to a9727fa Compare January 12, 2018 10:19
<field name="state">code</field>
<field name="active">False</field>
<field name="code">model._cron_generate_recurring_vendor_bill()</field>
<field name="interval_number">1</field>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make it possible to change the interval time in the settings?

@sja-odoo sja-odoo force-pushed the master-account-recurring-invoices-sja branch 2 times, most recently from e32f2f4 to 7003462 Compare January 17, 2018 07:50
@rgo-odoo rgo-odoo force-pushed the master-account-recurring-invoices-sja branch 2 times, most recently from 2819aa7 to d821b27 Compare January 18, 2018 09:17
@sja-odoo sja-odoo force-pushed the master-account-recurring-invoices-sja branch 4 times, most recently from eeb130c to 2566646 Compare January 19, 2018 13:31
Sanjay Jamod added 2 commits January 22, 2018 14:57
    - One need to first enable this from Accounting Settings to use this feature
    - This feature works for Vendor Bills which are validated/paid
    - Once activated, user can see one option in Vendor Bills to set particular record to be recurrent document and can define the recurrency period. This will automatically create draft documents(by mean of Scheduled Actions) as per recurrency configuration.
Created one invoice, executed crons in draft/confirm/paid/cancel for recurrent invoices and checked whether recurring records created or not.
@rgo-odoo rgo-odoo force-pushed the master-account-recurring-invoices-sja branch from 2566646 to f996036 Compare January 22, 2018 09:28
qdp-odoo pushed a commit that referenced this pull request Jan 26, 2018
- One need to first enable this from Accounting Settings to use this feature
- This feature works for Vendor Bills which are validated/paid
- Once activated, user can see one option in Vendor Bills to set particular record to be recurrent document and can define the recurrency period. This will automatically create draft documents(by mean of Scheduled Actions) as per recurrency configuration.

Was PR #21411. was task 34884.
@rgo-odoo rgo-odoo closed this Mar 15, 2018
@xmo-odoo xmo-odoo deleted the master-account-recurring-invoices-sja branch November 20, 2019 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants