mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-27 19:12:03 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
|
|
@ -4,9 +4,9 @@
|
|||
{
|
||||
'name': 'MRP Subcontracting Repair',
|
||||
'version': '1.0',
|
||||
'category': 'Manufacturing/Repair',
|
||||
'category': 'Supply Chain/Repair',
|
||||
'description': """
|
||||
Bridge module between MRP subcontracting and Repair
|
||||
Bridge module between MRP subcontracting and Repair
|
||||
""",
|
||||
'depends': [
|
||||
'mrp_subcontracting', 'repair'
|
||||
|
|
@ -17,5 +17,6 @@
|
|||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2024-02-06 13:32+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_subcontracting_portal_repair_line,subcontracting.portal.repair_line,repair.model_repair_line,base.group_portal,1,0,0,0
|
||||
access_subcontracting_portal_repair_move,subcontracting.portal.repair_move,repair.model_stock_move,base.group_portal,1,0,0,0
|
||||
|
|
|
|||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<record id="repair_line_subcontracting_rule" model="ir.rule">
|
||||
<field name="name">Repair Line Subcontractor</field>
|
||||
<field name="model_id" ref="repair.model_repair_line"/>
|
||||
<field name="model_id" ref="repair.model_stock_move"/>
|
||||
<field name="domain_force">[
|
||||
'|',
|
||||
'|',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue