odoo12新特性: 会计改进
改进分析会计
- 分析会计层级结构
- 分析分配
- 分析分录增加了表格视图
==============
SPECIFICATIONS
==============
a. Hierarchy
- Create a new model : account.analytic.group, we just need to enter the name of the group
- Add a menu entry : Analytic Account Groups : https://drive.google.com/a/odoo.com/file/d/17lTt_aHPh-vmRY9ZOFS-3AEa-0WGq-Ay/view?usp=drivesdk
- Add a one2many on the account.analytic (analytic_group_id) : https://drive.google.com/a/odoo.com/file/d/1LI_4mh6dcC43b5deuUE_Y1-2gjdMaF3f/view?usp=drivesdk
b. Analytic Distribution
- On the tags, we add the possibility to have an analytic distribution (already done in TBE's branch)
c. Analytic Tags
- You can set them on analytic entries or analytic accounts
- So the tag is only important to filter the analytic entries or analytic accounts (in the analytic report for example)
- There is a module called account_analytic_default, it allows to define the default analytic accounts to use based on the user/the product/the partner, we want this to work to define analytic tags by default too : https://drive.google.com/a/odoo.com/file/d/0B0ITmdw6h3ZrcmxQY2d1bGlyTVk/view?usp=drivesdk
- Make sure we can set analytic tags on all objects that can create an analytic entry : expense, voucher lines, journal item, etc.
d. Improve Reporting
- Add a grid view (to the pivot view) on analytic entries report (grouped by month)
g. Analytic Entries
- If there is a partner_id on an invoice line (or any other object creating an accounting entry) this partner should appear on the analytic entry
- By default, the field "validated" should be set to true. It should only be falsed if coming from a timesheet that it not validated yet
- Manual creation of analytic entries : I should be able to fill in the field partner_id
- Manual creation of analytic entries : it may be interesting to be able to link an analytic entry to an existing move (?)
i. Access Rights
- Creation of analytic entries can be managed by accountants
- Configuration of analytic accounting (analytic account, analytic group, default, ...) can only be managed by advisors
来自 <https://pad.odoo.com/p/r.44b9fdb7001d84fa646c061df4e7680e>
odoo12新特性: 会计改进的更多相关文章
- JAVA 8 新特性和改进
Java 8的所有新特性及改进包括(JEP全称为JDK Enhancement Proposal,JDK改进建议): 语言改进: JEP 126:Lambda表达式 & 虚拟扩展方法 JEP ...
- C# 11 的新特性和改进前瞻
前言 .NET 7 的开发还剩下一个多月就要进入 RC,C# 11 的新特性和改进也即将敲定.在这个时间点上,不少新特性都已经实现完毕并合并入主分支 C# 11 包含的新特性和改进非常多,类型系统相比 ...
- Java 8 的新特性和改进总览
这篇文章是对Java 8中即将到来的改进做一个面向开发者的综合性的总结,JDK的这一特性将会在2013年9月份发布. 在写这篇文章的时候,Java 8的开发工作仍然在紧张有序的进行中,语言特新和API ...
- jdbc 4.0新特性
来自网络 在 Java SE 6 所提供的诸多新特性和改进中,值得一提的是为 Java 程序提供数据库访问机制的 JDBC 版本升级到了 4.0, 这个以 JSR-221 为代号的版本 , 提供了更加 ...
- php5.3新特性 之 mysql native driver(mysqlnd)
概述 本文主要写给sa看的.码农就不用看了. mysql native driver(mysqlnd) 自从php5.3.0开始成为官方源代码的一部分, 用来取代传统的mysql client lib ...
- Java 8新特性
Java 8版本最大的改进就是Lambda表达式,其目的是使Java更易于为多核处理器编写代码:其次,新加入的Nashorn引擎也使得Java程序可以和JavaScript代码互操作:再者,新的日期时 ...
- hadoop2.5发布:最新编译 32位、64位安装、源码包、API以及新特性
hadoop2.5发布:最新编译 32位.64位安装.源码包.API以及新特性 http://www.aboutyun.com/thread-8751-1-1.html (出处: about云开发) ...
- Java 8 正式发布,新特性全搜罗
经过2年半的努力.屡次的延期和9个里程碑版本,甲骨文的Java开发团队终于发布了Java 8正式版本. Java 8版本最大的改进就是Lambda表达式,其目的是使Java更易于为多核处理器编写代码: ...
- .Net Framework 各个版本新特性总结 (一)
.Net Framework 4.5 新特性 最近面试时又看到有问.Net Framework 新特性的问题,一时被问到了.平时也是拿起来就用,新版本出来了,新特性也就是瞄一眼,也没去仔细查看.这次干 ...
随机推荐
- js实景题
测天然气流量的仪器每5分钟向数据库插入一条数据,[{time:18:05,value:222},{time:18:10,value:333},{time:18:15,value:444}....... ...
- F28379D烧写双核程序(在线&离线)
烧写双核程序前需知在分别对F28379D的CPU1和CPU2两个核进行烧写程序时,需要在CCS中建立两个工程,独立编写两个核的程序.如controlSUITE中提供的双核程序例程: 1. 在线1.1 ...
- ws2s函数
std::string ws2s(const std::wstring& str) { char* pElementText; int iTextLen; // wide char to mu ...
- Laravel5.1忽略Csrf验证的方法
在/App/Http/middleware/VerifyCsrfToken.php 文件的protected $except里面加入路由地址
- (5)java基础知识2
一.方法 方法相当于功能的实现. public static int max (int num1, int num2) {....................} ...
- (1)C#工具箱-公共控件1
公共控件 InitializeComponent() 先说下InitializeComponent()这个方法,它在form1.cs里调用这个方法对控件进行初始化,控件的方法要在这个方法之后,否则会因 ...
- Educational Codeforces Round 33 (Rated for Div. 2) A. Chess For Three【模拟/逻辑推理】
A. Chess For Three time limit per test 1 second memory limit per test 256 megabytes input standard i ...
- Python的并发并行[3] -> 进程[1] -> 多进程的基本使用
多进程的基本使用 1 subprocess 常用函数示例 首先定义一个子进程调用的程序,用于打印一个输出语句,并获取命令行参数 import sys print('Called_Function.py ...
- tyvj——P1002 谁拿了最多奖学金
P1002 谁拿了最多奖学金 时间: 1000ms / 空间: 131072KiB / Java类名: Main 背景 NOIP2005复赛提高组第一题 描述 某校的惯例是在每学期的期末考试之后发 ...
- view update
CREATE OR REPLACE VIEW [Current Product List] ASSELECT ProductID, ProductName, CategoryFROM Products ...