[MIG] account_lock_date_update: Migration to 17.0

This commit is contained in:
Vang - Nguyen Phu
2024-05-07 12:07:24 +07:00
parent d48f270d13
commit 5dac0ceeb7
5 changed files with 13 additions and 7 deletions

View File

@@ -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
-----------

View File

@@ -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",

View File

@@ -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

View File

@@ -416,6 +416,10 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<li>Fekete Mihai &lt;<a class="reference external" href="mailto:feketemihai&#64;gmail.com">feketemihai&#64;gmail.com</a>&gt;</li>
<li>Kitti Upariphutthiphong &lt;<a class="reference external" href="mailto:kittiu&#64;ecosoft.co.th">kittiu&#64;ecosoft.co.th</a>&gt;</li>
<li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</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">

View File

@@ -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>