mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_lock_date_update: Migration to 17.0
This commit is contained in:
@@ -69,6 +69,9 @@ Contributors
|
||||
- Fekete Mihai <feketemihai@gmail.com>
|
||||
- Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
|
||||
- Andrea Stirpe <a.stirpe@onestein.nl>
|
||||
- `Komit <https://komit-consulting.com>`__:
|
||||
|
||||
- Vang Nguyen Phu
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"summary": """
|
||||
Allow an Account adviser to update locking date without having
|
||||
access to all technical settings""",
|
||||
"version": "16.0.1.0.1",
|
||||
"version": "17.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
|
||||
@@ -2,3 +2,5 @@
|
||||
- Fekete Mihai \<<feketemihai@gmail.com>\>
|
||||
- Kitti Upariphutthiphong \<<kittiu@ecosoft.co.th>\>
|
||||
- Andrea Stirpe \<<a.stirpe@onestein.nl>\>
|
||||
- [Komit](https://komit-consulting.com):
|
||||
- Vang Nguyen Phu
|
||||
|
||||
@@ -416,6 +416,10 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
||||
<li>Fekete Mihai <<a class="reference external" href="mailto:feketemihai@gmail.com">feketemihai@gmail.com</a>></li>
|
||||
<li>Kitti Upariphutthiphong <<a class="reference external" href="mailto:kittiu@ecosoft.co.th">kittiu@ecosoft.co.th</a>></li>
|
||||
<li>Andrea Stirpe <<a class="reference external" href="mailto:a.stirpe@onestein.nl">a.stirpe@onestein.nl</a>></li>
|
||||
<li><a class="reference external" href="https://komit-consulting.com">Komit</a>:<ul>
|
||||
<li>Vang Nguyen Phu</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
|
||||
@@ -12,17 +12,14 @@
|
||||
<sheet>
|
||||
<group id="main">
|
||||
<field name="company_id" invisible="1" />
|
||||
<field
|
||||
name="tax_lock_date"
|
||||
options="{'datepicker': {'warn_future': true}}"
|
||||
/>
|
||||
<field name="tax_lock_date" options="{'warn_future': true}" />
|
||||
<field
|
||||
name="period_lock_date"
|
||||
options="{'datepicker': {'warn_future': true}}"
|
||||
options="{'warn_future': true}"
|
||||
/>
|
||||
<field
|
||||
name="fiscalyear_lock_date"
|
||||
options="{'datepicker': {'warn_future': true}}"
|
||||
options="{'warn_future': true}"
|
||||
/>
|
||||
</group>
|
||||
</sheet>
|
||||
|
||||
Reference in New Issue
Block a user