Browse Source

Jan 22 [UPDT] : Updated 'sales_contract_and_recurring_invoices'

pull/302/head
AjmalCybro 1 year ago
parent
commit
85c2a926d1
  1. 2
      sales_contract_and_recurring_invoices/__manifest__.py
  2. 5
      sales_contract_and_recurring_invoices/doc/RELEASE_NOTES.md
  3. 2
      sales_contract_and_recurring_invoices/views/subscription_contracts_views.xml

2
sales_contract_and_recurring_invoices/__manifest__.py

@ -22,7 +22,7 @@
{
'name': 'Sales Contract and Recurring Invoices',
'version': '16.0.1.0.0',
'version': '16.0.2.0.0',
'category': 'Sales,Accounting',
'summary': """Module helps to create sale contracts and recurring
invoices""",

5
sales_contract_and_recurring_invoices/doc/RELEASE_NOTES.md

@ -3,3 +3,8 @@
#### Version 16.0.1.0.0
#### ADD
- Initial commit for Sales Contract and Recurring Invoices
#### 17.01.2024
#### Version 16.0.2.0.0
#### ADD
- Removed the widget inside the partner_id field of subscription_contracts_views and added no_create option

2
sales_contract_and_recurring_invoices/views/subscription_contracts_views.xml

@ -73,7 +73,7 @@
<group>
<field name="reference"
attrs="{'readonly': [('lock', '=', True)]}"/>
<field name="partner_id" widget="selection"
<field name="partner_id" options="{'no_create': True}"
attrs="{'readonly': [('lock', '=', True)]}"/>
<field name="recurring_period"
attrs="{'readonly': [('lock', '=', True)]}"/>

Loading…
Cancel
Save