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

[12.0] Migrate accruals modules to v12 #112

Merged
merged 80 commits into from
Apr 23, 2020
Merged

Conversation

alexis-via
Copy link
Contributor

Also up-port improvements in account_cutoff_base and account_cutoff_prepaid from v10 to v12, and add entries in accounting config page.

@oca-clabot
Copy link

Hey @alexis-via, thank you for your Pull Request.

It looks like some users haven't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here: http://odoo-community.org/page/cla
Here is a list of the users:

Appreciation of efforts,
OCA CLAbot

@sbidoul sbidoul mentioned this pull request May 13, 2019
6 tasks
elif cutoff_type == 'accrued_revenue':
journal = company.default_accrual_revenue_journal_id or\
default_journal
return journal
Copy link
Member

Choose a reason for hiding this comment

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

Hi @alexis-via this method and associated default values are used in particular in account_invoice_accrual.
Can we preserve them?

cc/ @sbejaoui

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @alexis-via,
I created a PR to add missing fields.
Can you check it please.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wanted to simplify all these additionnal settings and keep the ones that are really used by a majority of users... but your collegues convinced me :-(

Alexis de Lattre and others added 27 commits May 28, 2019 19:43
…emove .keys() No space before colon PEP8/Flake8 : getting closer to compliancy
…de domains) On account.account, type must be <> 'view' and <> 'closed'
…a single warning left ! Add translation template files.
oca-transbot and others added 21 commits May 28, 2019 19:43
Currently translated at 100,0% (20 of 20 strings)

Translation: account-closing-10.0/account-closing-10.0-account_cutoff_accrual_base
Translate-URL: https://translation.odoo-community.org/projects/account-closing-10-0/account-closing-10-0-account_cutoff_accrual_base/de/
Currently translated at 100,0% (5 of 5 strings)

Translation: account-closing-10.0/account-closing-10.0-account_cutoff_accrual_dates
Translate-URL: https://translation.odoo-community.org/projects/account-closing-10-0/account-closing-10-0-account_cutoff_accrual_dates/de/
…ournal and number for accrual move and reversal
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Currently translated at 100.0% (23 of 23 strings)

Translation: account-closing-10.0/account-closing-10.0-account_cutoff_accrual_base
Translate-URL: https://translation.odoo-community.org/projects/account-closing-10-0/account-closing-10-0-account_cutoff_accrual_base/es/
Currently translated at 100.0% (23 of 23 strings)

Translation: account-closing-10.0/account-closing-10.0-account_cutoff_accrual_base
Translate-URL: https://translation.odoo-community.org/projects/account-closing-10-0/account-closing-10-0-account_cutoff_accrual_base/fr/
Currently translated at 100.0% (5 of 5 strings)

Translation: account-closing-10.0/account-closing-10.0-account_cutoff_accrual_dates
Translate-URL: https://translation.odoo-community.org/projects/account-closing-10-0/account-closing-10-0-account_cutoff_accrual_dates/es/
Use account_analytic_id instead of account_analytic_code in views because the 'code' field of analytic account is not a required field
…ccount_cutoff_accrual_picking from v10 to v12

account_cutoff_base and account_cutoff_prepaid: Up-port improvements from v10 branch
Fix account_cutoff_base/readme/*
@sbidoul
Copy link
Member

sbidoul commented Jun 12, 2019

@alexis-via could you attend the tiny lint error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet