-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
214 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
<!-- Decimal Precision --> | ||
<record forcecreate="True" id="decimal_payroll" model="decimal.precision"> | ||
<field name="name">Payroll</field> | ||
<field name="digits">2</field> | ||
</record> | ||
<record forcecreate="True" id="decimal_payroll_rate" model="decimal.precision"> | ||
<field name="name">Payroll Rate</field> | ||
<field name="digits">4</field> | ||
</record> | ||
</data> | ||
<odoo noupdate="1"> | ||
<!-- Decimal Precision --> | ||
<record forcecreate="True" id="decimal_payroll" model="decimal.precision"> | ||
<field name="name">Payroll</field> | ||
<field name="digits">2</field> | ||
</record> | ||
<record forcecreate="True" id="decimal_payroll_rate" model="decimal.precision"> | ||
<field name="name">Payroll Rate</field> | ||
<field name="digits">4</field> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
<record id="seq_salary_slip" model="ir.sequence"> | ||
<field name="name">Salary Slip</field> | ||
<field name="code">salary.slip</field> | ||
<field name="prefix">SLIP/</field> | ||
<field name="padding">3</field> | ||
</record> | ||
</data> | ||
<odoo noupdate="1"> | ||
<record id="seq_salary_slip" model="ir.sequence"> | ||
<field name="name">Salary Slip</field> | ||
<field name="code">salary.slip</field> | ||
<field name="prefix">SLIP/</field> | ||
<field name="padding">3</field> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.