-
Notifications
You must be signed in to change notification settings - Fork 10.1k
[FIX] account: Replace filter_fiscal_position with allow_foreign_vat #12914
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
Conversation
e9b01bd
to
9b85d10
Compare
9b85d10
to
bcd0a29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+ delegate=oco-odoo
@seifgneedy @AntoineVDV linked pull request(s) odoo/enterprise#81569, odoo/odoo#201020, odoo/upgrade#7517 not ready. Linked PRs are not staged until all of them are ready. |
bcd0a29
to
c254bda
Compare
@robodoo r+ |
@seifgneedy @oco-odoo linked pull request(s) odoo/enterprise#81569, odoo/odoo#201020 not ready. Linked PRs are not staged until all of them are ready. |
task-4627315 closes #12914 Related: odoo/odoo#201020 Related: odoo/enterprise#81569 Related: odoo/upgrade#7517 Signed-off-by: Olivier Colson (oco) <oco@odoo.com>
task-4627315 closes #12914 Related: odoo/odoo#201020 Related: odoo/enterprise#81569 Related: odoo/upgrade#7517 Signed-off-by: Olivier Colson (oco) <oco@odoo.com>
Returns are a new feature in Odoo enterprise, allowing to handle the different deadlines of an accounting through time (typically for report submissions, for example). This PR applies some necessary modifications to the Community code for Enterprise to receive the new feature. Essentially: - filter_fiscal_position on account.report is renamed to allow_foreign_vat, as it does not correspond to a filter in the UI anymore - foreign VAT fiscal positions with different VAT numbers in the same country are not supported anymore, like explained on the Enterprise commit, so we simplify the helpers handling them - The dashboard customization showing the next activity set on the tax closing entries disappears - account_opening_date does not receive a default value anymore ; it needs to be set in the setup wizard the first time a user tries to access the returns task-4627315 closes #201020 Related: odoo/enterprise#81569 Related: odoo/documentation#12914 Related: odoo/upgrade#7517 Signed-off-by: Hugo Poncelet (hupo) <hupo@odoo.com>
task-4627315 closes #12914 Related: odoo/odoo#201020 Related: odoo/enterprise#81569 Related: odoo/upgrade#7517 Signed-off-by: Olivier Colson (oco) <oco@odoo.com>
task-4627315