[FW][FIX] point_of_sale: add missing required field in test
The field 'account_tax_periodicity_journal_id' is required but not set in the test.
This commit adds the missing field to ensure the test runs successfully.
build-error-226482
Forward-Port-Of: odoo/odoo#213581
This PR targets saas-18.3 and is part of the forward-port chain. Further PRs will be created up to master.
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
@omar-sherif9992 @davidmonnom ci/runbot failed on this forward-port PR
@robodoo help
Currently available commands for @omar-sherif9992:
| command | |
|---|---|
help |
displays this help |
r(eview)+ |
approves the PR, if it's a forwardport also approves all non-detached parents |
r(eview)=<number> |
only approves the specified parents |
fw=no |
does not forward-port this PR |
fw=default |
forward-ports this PR normally |
close |
closes this forward-port |
merge |
integrate the PR with a simple merge commit, using the PR description as message |
rebase-merge |
rebases the PR on top of the target branch the integrates with a merge commit, using the PR description as message |
rebase-ff |
rebases the PR on top of the target branch, then fast-forwards |
squash |
squashes the PR as a single commit on the target branch, using the PR description as message |
Note: this help text is dynamic and will change with the state of the PR.
@robodoo fw=no
Disabled forward-porting.
@robodoo close
the problem occurs in saas-18.2 only according to the logs and it is not reproducible in saas-18.3
