mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Fix README and headers
This commit is contained in:
@@ -13,9 +13,9 @@ Usage
|
||||
In order to lock the journal entry, you need to follow this process:
|
||||
|
||||
* You need to post your entry, with the standard wizard Post Journal Entries
|
||||
(Invoicing -> Periodic Processing -> Draft Entries -> Post Journal Entries)
|
||||
(Invoicing -> Adviser -> Journal Entries -> Post Journal Entries)
|
||||
* Then, you can use the wizard Lock Journal Entries
|
||||
(Invoicing -> Periodic Processing -> Draft Entries -> Lock Journal Entries)
|
||||
(Invoicing -> Adviser -> Lock Journal Entries)
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from . import models
|
||||
from . import wizard
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Camptocamp SA
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Move locked to prevent modification",
|
||||
"version": "10.0.1.0.0",
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from . import account
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Camptocamp SA
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import models, fields, api, exceptions, _
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from . import account_lock_account_move
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2017 Camptocamp SA
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
from odoo import fields, models, api, _, exceptions
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user