Skip to content

Commit

Permalink
samuel
Browse files Browse the repository at this point in the history
  • Loading branch information
odoolabs2005 committed Feb 1, 2021
0 parents commit 6ded598
Show file tree
Hide file tree
Showing 2,556 changed files with 346,430 additions and 0 deletions.
1 change: 1 addition & 0 deletions acc_transaction_lea/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import model
20 changes: 20 additions & 0 deletions acc_transaction_lea/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Account Report Format For LEA SANENT",
"version": "10.1",
"author": "Anna Qahhariana",
"category": "Report",
"description": """
This module provides report accounting such as General Ledger, Profit Loss, and Balance Sheet
""",
"depends" : [
'account','as_account_lea','as_account_closing_lea',
],
"data": [
'view/account_transaction.xml',
'report/report_pengeluaran_biaya.xml',
'report/report_vendor_bill.xml',
],
"installable": True,
"auto_install": False,
"application": True,
}
1 change: 1 addition & 0 deletions acc_transaction_lea/model/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import account_transaction
Loading

0 comments on commit 6ded598

Please sign in to comment.