mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[ADD]rma_purchase_analytic
[FIX]various
This commit is contained in:
committed by
Aaron ForgeFlow
parent
73c61da794
commit
8b7eaf68fe
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user