-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
[IMP] account_payment_partner: Add options to show partner bank accou… #458
[IMP] account_payment_partner: Add options to show partner bank accou… #458
Conversation
6db036e
to
702438f
Compare
default='full', | ||
help="Show in invoices partial or full bank account number") | ||
show_bank_account_chars = fields.Integer( | ||
string="Number of chars", |
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.
For the sake of helping to know which field is each one when using advanced search, I would put here a more descriptive string
: Nº of digits for customer bank account
, and a label with only # of digits
bf3138b
to
c944710
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.
Tested functionally only 👍
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.
To sum up my position: I am OK to modify the partner_id_change, I'm OK to modify the invoice report in this module, but I think this PR needs to be simplified and add most of the fields that you propose to add to account.payment.mode should NOT be added... it's just too much complexity for something that 99% of users don't need.
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.
Runbot is 🔴
In my side this is functionally 👍
@carlosdauden please improve help or README and check Runbot status. |
@carlosdauden please finish this |
c944710
to
d052933
Compare
@carlosdauden since you are touching the readme, would you try with the new readme/*.rst fragments? |
3c0f19c
to
a577b4a
Compare
a577b4a
to
84199e8
Compare
81fcb5a
to
7931636
Compare
can you recheck this? |
7931636
to
f97d48e
Compare
…on + show it on invoice report * IMP: Add options to show partner bank account on invoice report * FIX: Don't auto-assign partner bank account due to problems when you have a direct debit payment method with bank_account_link = 'fixed'. Bank account is shown through new mechanism.
f97d48e
to
4d68b74
Compare
This PR has the |
This has been long time here and all comments have been honored, so I'm merging and forward-porting to newer versions. Thanks to all. |
…nt in invoice report
It is possible that this isn't the most appropriate module, but this is the module that adds the bank account to the invoice report.
@Tecnativa