mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] sale_credit_limit: to v16
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
{
|
||||
'name': 'Sale Credit Limit',
|
||||
'summary': 'Uses credit limit on Partners to warn salespeople if they are over their limit.',
|
||||
'version': '15.0.1.0.0',
|
||||
'author': "Hibou Corp.",
|
||||
'author': "Hibou Corp. <hello@hibou.io>",
|
||||
'website': "https://hibou.io",
|
||||
'version': '16.0.1.0.0',
|
||||
'category': 'Sale',
|
||||
'license': 'OPL-1',
|
||||
'complexity': 'expert',
|
||||
'images': [],
|
||||
'website': "https://hibou.io",
|
||||
'summary': 'Uses credit limit on Partners to warn salespeople if they are over their limit.',
|
||||
'description': """
|
||||
Uses credit limit on Partners to warn salespeople if they are over their limit.
|
||||
|
||||
@@ -26,4 +25,5 @@ will be created if the total would put them over their credit limit.
|
||||
],
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
'license': 'OPL-1',
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<record id="excep_sale_credit_limit" model="exception.rule">
|
||||
<field name="name">Invoice Partner credit limit exceeded.</field>
|
||||
<field name="description">The Customer or Invoice Address has a credit limit.
|
||||
This sale order, or the customer has an outstanding balance that, exceeds their credit limit.</field>
|
||||
This sale order, or the customer has an outstanding balance that, exceeds their credit limit.</field>
|
||||
<field name="sequence">50</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="code">
|
||||
|
||||
Reference in New Issue
Block a user