From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/analytic/views/analytic_account_views.xml | 415 +++++++++++++++++++++++ 1 file changed, 415 insertions(+) create mode 100644 addons/analytic/views/analytic_account_views.xml (limited to 'addons/analytic/views') diff --git a/addons/analytic/views/analytic_account_views.xml b/addons/analytic/views/analytic_account_views.xml new file mode 100644 index 00000000..fdbff952 --- /dev/null +++ b/addons/analytic/views/analytic_account_views.xml @@ -0,0 +1,415 @@ + + + + account.analytic.tag.tree + account.analytic.tag + + + + + + + + + + + account.analytic.tag.form + account.analytic.tag + +
+ + + + + + + + + + + + + + + +
+
+
+ + + account.analytic.tag.view.search + account.analytic.tag + + + + + + + + + + + Analytic Tags + account.analytic.tag + tree,form + +

+ Add a new tag +

+
+
+ + + account.analytic.group.form + account.analytic.group + +
+ + + + + + + + + + +
+
+
+ + + account.analytic.group.tree + account.analytic.group + + + + + + + + + + Analytic Account Groups + account.analytic.group + tree,form + +

+ Click to add a new analytic account group. +

+

+ This allows you to classify your analytic accounts. +

+
+
+ + + + account.analytic.line.tree + account.analytic.line + + + + + + + + + + + + + + + + + + {'search_default_group_date': 1, 'default_account_id': active_id} + [('account_id','=', active_id)] + Costs & Revenues + account.analytic.line + tree,form,graph,pivot + + +

+ No activity yet on this account +

+ In Odoo, sales orders and projects are implemented using + analytic accounts. You can track costs and revenues to analyse + your margins easily. +

+ Costs will be created automatically when you register supplier + invoices, expenses or timesheets. +

+ Revenues will be created automatically when you create customer + invoices. Customer invoices can be created based on sales orders + (fixed price invoices), on timesheets (based on the work done) or + on expenses (e.g. reinvoicing of travel costs). +

+
+
+ + + analytic.analytic.account.form + account.analytic.account + +
+ +
+
+ +
+
+
+ + + + + + + + + + + + + +
+ + +
+ + + + + + account.analytic.account.list + account.analytic.account + + + + + + + + + + + + + + + + + account.analytic.account.kanban + account.analytic.account + + + + + + + +
+
+ +
+
+
+
+ + Balance: + +
+
+
+
+
+
+
+
+ + + account.analytic.account.search + account.analytic.account + + + + + + + + + + + + + + + Chart of Analytic Accounts + account.analytic.account + tree,kanban,form + + {'search_default_active':1} + + +

+ Add a new analytic account +

+
+
+ + + Analytic Accounts + ir.actions.act_window + account.analytic.account + + {'search_default_active':1} + tree,kanban,form + +

+ Add a new analytic account +

+
+
+ + + account.analytic.line.form + account.analytic.line + 1 + +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + account.analytic.line.select + account.analytic.line + + + + + + + + + + + + + + + + + account.analytic.line.graph + account.analytic.line + + + + + + + + + + + account.analytic.line.pivot + account.analytic.line + + + + + + + + + + + account.analytic.line.kanban + account.analytic.line + + + + + + + + + +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ + + +
+
+
+
+
+
+
+
+ + + Analytic Items + account.analytic.line + tree,kanban,form,graph,pivot + + + +

+ No activity yet +

+ In Odoo, sales orders and projects are implemented using + analytic accounts. You can track costs and revenues to analyse + your margins easily. +

+ Costs will be created automatically when you register supplier + invoices, expenses or timesheets. +

+ Revenues will be created automatically when you create customer + invoices. Customer invoices can be created based on sales orders + (fixed price invoices), on timesheets (based on the work done) or + on expenses (e.g. reinvoicing of travel costs). +

+
+
+ -- cgit v1.2.3