[ADD]rma_purchase_analytic

[FIX]various
This commit is contained in:
aheficent
2018-01-03 15:20:45 +01:00
committed by Aaron ForgeFlow
parent 73c61da794
commit 8b7eaf68fe
3 changed files with 4 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from . import models
from . import tests
from . import wizards

View File

@@ -5,7 +5,8 @@
{
"name": "Analytic Account in RMA",
"version": "10.0.1.0.0",
"author": "Eficent",
"author": "Eficent,"
"Odoo Community Association (OCA)",
"license": "LGPL-3",
"website": "http://www.eficent.com",
"category": "Analytic",

View File

@@ -2,7 +2,7 @@
# © 2018 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import api, fields, models
from odoo import fields, models
class RmaOrderLine(models.Model):