mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-27 10:12:00 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# MRP Subcontracting Repair
|
||||
|
||||
|
||||
Bridge module between MRP subcontracting and Repair
|
||||
Bridge module between MRP subcontracting and Repair
|
||||
|
||||
|
||||
## Installation
|
||||
|
|
@ -12,38 +12,15 @@ pip install odoo-bringout-oca-ocb-mrp_subcontracting_repair
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- mrp_subcontracting
|
||||
- repair
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: MRP Subcontracting Repair
|
||||
- **Version**: 1.0
|
||||
- **Category**: Manufacturing/Repair
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: True
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `mrp_subcontracting_repair`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 19.0
|
||||
- Path: addons/mrp_subcontracting_repair
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Reports: doc/REPORTS.md
|
||||
- Security: doc/SECURITY.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
This package preserves the original LGPL-3 license.
|
||||
|
|
|
|||
|
|
@ -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">[
|
||||
'|',
|
||||
'|',
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-mrp_subcontracting_repair"
|
||||
version = "16.0.0"
|
||||
description = "MRP Subcontracting Repair - Odoo addon"
|
||||
description = "MRP Subcontracting Repair -
|
||||
Odoo addon
|
||||
"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
dependencies = [
|
||||
"odoo-bringout-oca-ocb-mrp_subcontracting>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-repair>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-mrp_subcontracting>=19.0.0",
|
||||
"odoo-bringout-oca-ocb-repair>=19.0.0",
|
||||
"requests>=2.25.1"
|
||||
]
|
||||
readme = "README.md"
|
||||
|
|
@ -17,7 +19,7 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue