mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-22 00:52:09 +02:00
Initial commit: OCA Mrp packages (117 packages)
This commit is contained in:
commit
277e84fd7a
4403 changed files with 395154 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
-->
|
||||
<odoo>
|
||||
<!-- Timesheet sheet related subtypes for messaging / Chatter -->
|
||||
<record id="mt_timesheet_confirmed" model="mail.message.subtype">
|
||||
<field name="name">Waiting Review</field>
|
||||
<field name="res_model">hr_timesheet.sheet</field>
|
||||
<field name="default" eval="True" />
|
||||
<field name="description">Waiting review</field>
|
||||
</record>
|
||||
<record id="mt_timesheet_approved" model="mail.message.subtype">
|
||||
<field name="name">Approved</field>
|
||||
<field name="res_model">hr_timesheet.sheet</field>
|
||||
<field name="default" eval="True" />
|
||||
<field name="description">Approved</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue