-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
[14.0][FIX] account_receipt_sale: invoice word occurrences #1690
base: 14.0
Are you sure you want to change the base?
[14.0][FIX] account_receipt_sale: invoice word occurrences #1690
Conversation
Hi @eLBati, |
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.
LGTM
/ocabot rebase |
Sorry @primes2h you are not allowed to rebase. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
75e2ff8
to
9f02616
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.
Functional: LGTM
9f02616
to
6067a17
Compare
|
||
|
||
class SaleAdvancePaymentInv(models.TransientModel): | ||
class SaleAdvancePaymentRec(models.TransientModel): | ||
_name = "sale.advance.payment.rec" |
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.
Hi Sergio, is it necessary to re-define a new name for the model? If that's the case could you also add _description
attribute? Otherwise it will give annoying warnings in the log during the module update
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.
Hi Sergio, is it necessary to re-define a new name for the model? If that's the case could you also add
_description
attribute? Otherwise it will give annoying warnings in the log during the module update
I'd say yes, _description
added here, thanks!
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.
Perfect, thanks!
6067a17
to
7d62986
Compare
Hi @primes2h |
If using receipts, all texts containing "invoice" (buttons, wizard, etc.) will be changed accordingly.