[14.0][ADD] account_analytic_required_never
When creating account move lines, don't fill in analytic account (even if passed in parameters) if analytic policy is set to 'Never'
@sanrav @adrienpeiffer
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.
@OCA/accounting-maintainers
I don't understand the difference with https://github.com/OCA/account-analytic/blob/14.0/account_analytic_required/models/account.py#L17
property_analytic_policy = fields.Selection(
selection=[
("optional", "Optional"),
("always", "Always"),
("posted", "Posted moves"),
("never", "Never"),
The question is:
- Without this module if account_analytic_required is set to "never" and the analytic account is set then de account.move has analytic
- With this module if account_analytic_required is set to "never" and the analytic account is set then de account.move has NOT analytic
Is it?
Thank you!
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.