-
Notifications
You must be signed in to change notification settings - Fork 0
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][ADD] account_invoice_user_authorization_payment #22
base: 14.0
Are you sure you want to change the base?
[14.0][ADD] account_invoice_user_authorization_payment #22
Conversation
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.
See comments
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.
See comments
account_invoice_user_authorization_payment/models/account_move.py
Outdated
Show resolved
Hide resolved
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.
See comments
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
<field name="groups_id" eval="[(4, ref('account.group_account_user'))]"/> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//group//field[@name='partner_bank_id']" position="after"> | ||
<field name="user_authorization_payment" /> |
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.
A invisible attribute that hides this field for those account moves not corresponding to purchase/vendor invoices should be needed
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
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.
See comments
account_invoice_user_authorization_payment/security/ir.model.access.csv
Outdated
Show resolved
Hide resolved
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
account_invoice_user_authorization_payment/views/account_move_views.xml
Outdated
Show resolved
Hide resolved
OK, last changes seen. I'll test it ASAP |
@dalonsod