Fix README and headers

This commit is contained in:
Akim Juillerat
2017-06-21 12:11:10 +02:00
parent 84c7ef6b44
commit ac56dc27aa
7 changed files with 8 additions and 6 deletions

View File

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

View File

@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
from . import models
from . import wizard

View File

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

View File

@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import account

View File

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

View File

@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import account_lock_account_move

View File

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