mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2025-02-21 23:34:28 +00:00
Automatic Update form OCA2FC Migrator
This commit is contained in:
parent
4f61e75a20
commit
a9ec7d1887
@ -10,7 +10,7 @@ Available addons
|
||||
addon | version | summary
|
||||
--- | --- | ---
|
||||
[account_cutoff_start_end_dates](account_cutoff_start_end_dates/) | 3.0.1.1.0| Cutoffs based on start/end dates
|
||||
[account_invoice_start_end_dates](account_invoice_start_end_dates/) | 3.0.1.1.0| Adds start/end dates on invoice/move lines
|
||||
[account_invoice_start_end_dates](account_invoice_start_end_dates/) | 3.0.1.2.0| Adds start/end dates on invoice/move lines
|
||||
[account_cutoff_base](account_cutoff_base/) | 3.0.1.1.0| Base module for Account Cut-offs
|
||||
[account_cutoff_accrual_subscription](account_cutoff_accrual_subscription/) | 3.0.1.0.0| Accrued expenses based on subscriptions
|
||||
[account_cutoff_picking](account_cutoff_picking/) | 3.0.1.1.1| Accrued and prepaid expense/revenue from pickings
|
||||
|
@ -4,6 +4,7 @@ Most of the files are
|
||||
Copyright 2013-2016 Akretion, Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
Copyright 2013-2020 Akretion France (http://www.akretion.com/)
|
||||
Copyright 2013-2021 Akretion France (http://www.akretion.com/)
|
||||
Copyright 2013-2022 Akretion France (http://www.akretion.com/)
|
||||
Copyright 2016-2020 Akretion France (http://www.akretion.com/)
|
||||
Copyright 2016-2021 Akretion France (http://www.akretion.com/)
|
||||
Copyright 2018-2021 Camptocamp
|
||||
|
@ -7,7 +7,7 @@ Account Invoice Start End Dates
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:fd8f3cbe2bc320dc37d284f33eefb6bb6366c3bd033d31d96e9710a863257ca2
|
||||
!! source digest: sha256:dd6a33b799cb468661a820187815f98960d943cad8acabb6a43b25471e068ef9
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
"name": "Account Invoice Start End Dates",
|
||||
"version": "3.0.1.1.0",
|
||||
"version": "3.0.1.2.0",
|
||||
"category": "Accounting & Finance",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Adds start/end dates on invoice/move lines",
|
||||
@ -13,7 +13,11 @@
|
||||
"maintainers": ["alexis-via"],
|
||||
"website": "https://gitlab.com/flectra-community/account-closing",
|
||||
"depends": ["account"],
|
||||
"data": ["views/account_move.xml", "views/product_template.xml"],
|
||||
"data": [
|
||||
"views/account_move.xml",
|
||||
"views/account_move_line.xml",
|
||||
"views/product_template.xml",
|
||||
],
|
||||
"demo": ["demo/product_demo.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
|
@ -8,10 +8,11 @@
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
|
||||
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
Despite the name, some widely supported CSS2 features are used.
|
||||
|
||||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: grey; } /* line numbers */
|
||||
pre.code .ln { color: gray; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
@ -300,7 +301,7 @@ span.option {
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic {
|
||||
span.problematic, pre.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
@ -366,7 +367,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:fd8f3cbe2bc320dc37d284f33eefb6bb6366c3bd033d31d96e9710a863257ca2
|
||||
!! source digest: sha256:dd6a33b799cb468661a820187815f98960d943cad8acabb6a43b25471e068ef9
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-closing/tree/17.0/account_invoice_start_end_dates"><img alt="OCA/account-closing" src="https://img.shields.io/badge/github-OCA%2Faccount--closing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-closing-17-0/account-closing-17-0-account_invoice_start_end_dates"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-closing&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module adds the fields <em>Start Date</em> and <em>End Date</em> on invoice/move
|
||||
@ -437,7 +438,9 @@ by Camptocamp.</p>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org">
|
||||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
||||
</a>
|
||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.</p>
|
||||
|
@ -1,34 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright 2013-2021 Akretion France (http://www.akretion.com/)
|
||||
Copyright 2013-2022 Akretion France (http://www.akretion.com/)
|
||||
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
-->
|
||||
<flectra>
|
||||
<record id="view_move_line_form" model="ir.ui.view">
|
||||
<field name="name">start_end_dates.view_move_line_form</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_move_line_form" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="date_maturity" position="after">
|
||||
<field name="must_have_dates" invisible="1" />
|
||||
<field name="start_date" required="must_have_dates" />
|
||||
<field name="end_date" required="must_have_dates" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
<record id="view_move_line_tree" model="ir.ui.view">
|
||||
<field name="name">start_end_dates.view_move_line_tree</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_move_line_tree" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="date_maturity" position="after">
|
||||
<field name="must_have_dates" column_invisible="1" />
|
||||
<field name="start_date" optional="hide" />
|
||||
<field name="end_date" optional="hide" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
<record id="view_move_form" model="ir.ui.view">
|
||||
<field name="name">start_end_dates.view_move_form</field>
|
||||
<field name="model">account.move</field>
|
||||
|
32
account_invoice_start_end_dates/views/account_move_line.xml
Normal file
32
account_invoice_start_end_dates/views/account_move_line.xml
Normal file
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright 2013-2022 Akretion France (http://www.akretion.com/)
|
||||
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
-->
|
||||
<flectra>
|
||||
<record id="view_move_line_form" model="ir.ui.view">
|
||||
<field name="name">start_end_dates.view_move_line_form</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_move_line_form" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="date_maturity" position="after">
|
||||
<field name="must_have_dates" invisible="1" />
|
||||
<field name="start_date" required="must_have_dates" />
|
||||
<field name="end_date" required="must_have_dates" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
<record id="view_move_line_tree" model="ir.ui.view">
|
||||
<field name="name">start_end_dates.view_move_line_tree</field>
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_move_line_tree" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="date_maturity" position="after">
|
||||
<field name="must_have_dates" column_invisible="1" />
|
||||
<field name="start_date" optional="hide" />
|
||||
<field name="end_date" optional="hide" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</flectra>
|
Loading…
x
Reference in New Issue
Block a user