改进分析会计

  1. 分析会计层级结构
  2. 分析分配
  3. 分析分录增加了表格视图

 
 

==============

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新特性: 会计改进的更多相关文章

  1. JAVA 8 新特性和改进

    Java 8的所有新特性及改进包括(JEP全称为JDK Enhancement Proposal,JDK改进建议): 语言改进: JEP 126:Lambda表达式 & 虚拟扩展方法 JEP ...

  2. C# 11 的新特性和改进前瞻

    前言 .NET 7 的开发还剩下一个多月就要进入 RC,C# 11 的新特性和改进也即将敲定.在这个时间点上,不少新特性都已经实现完毕并合并入主分支 C# 11 包含的新特性和改进非常多,类型系统相比 ...

  3. Java 8 的新特性和改进总览

    这篇文章是对Java 8中即将到来的改进做一个面向开发者的综合性的总结,JDK的这一特性将会在2013年9月份发布. 在写这篇文章的时候,Java 8的开发工作仍然在紧张有序的进行中,语言特新和API ...

  4. jdbc 4.0新特性

    来自网络 在 Java SE 6 所提供的诸多新特性和改进中,值得一提的是为 Java 程序提供数据库访问机制的 JDBC 版本升级到了 4.0, 这个以 JSR-221 为代号的版本 , 提供了更加 ...

  5. php5.3新特性 之 mysql native driver(mysqlnd)

    概述 本文主要写给sa看的.码农就不用看了. mysql native driver(mysqlnd) 自从php5.3.0开始成为官方源代码的一部分, 用来取代传统的mysql client lib ...

  6. Java 8新特性

    Java 8版本最大的改进就是Lambda表达式,其目的是使Java更易于为多核处理器编写代码:其次,新加入的Nashorn引擎也使得Java程序可以和JavaScript代码互操作:再者,新的日期时 ...

  7. hadoop2.5发布:最新编译 32位、64位安装、源码包、API以及新特性

    hadoop2.5发布:最新编译 32位.64位安装.源码包.API以及新特性 http://www.aboutyun.com/thread-8751-1-1.html (出处: about云开发) ...

  8. Java 8 正式发布,新特性全搜罗

    经过2年半的努力.屡次的延期和9个里程碑版本,甲骨文的Java开发团队终于发布了Java 8正式版本. Java 8版本最大的改进就是Lambda表达式,其目的是使Java更易于为多核处理器编写代码: ...

  9. .Net Framework 各个版本新特性总结 (一)

    .Net Framework 4.5 新特性 最近面试时又看到有问.Net Framework 新特性的问题,一时被问到了.平时也是拿起来就用,新版本出来了,新特性也就是瞄一眼,也没去仔细查看.这次干 ...

随机推荐

  1. Cocoa Pods 'No such file or Directory' Error

    http://stackoverflow.com/questions/27727998/cocoa-pods-no-such-file-or-directory-error 0down votefav ...

  2. 28.Implement strStr()---kmp

    题目链接:https://leetcode.com/problems/implement-strstr/description/ 题目大意:字符串匹配,从字符串中,找到给定字符串第一次出现的位置下标, ...

  3. 制作servlet模板

    制作servlet模板 选中window-->preference--->搜索template--->选中java下面的template new一个 Name的设置,当你在eclip ...

  4. JUnit--BeforeClass、AfterClass、Before、After示例

    JUnit 4 使用 Java 5 中的注解(annotation),以下是JUnit 4 常用的几个 annotation 介绍@Before:初始化方法@After:释放资源@Test:测试方法, ...

  5. 【转】Talend作业设计模式和最佳实践-Part II

    转载地址:https://mp.weixin.qq.com/s?__biz=MzA3OTg1Mzk4Nw==&mid=2453261363&idx=1&sn=5674f1df8 ...

  6. Codeforces Round #449 (Div. 2) A. Scarborough Fair【多次区间修改字符串】

    A. Scarborough Fair time limit per test 2 seconds memory limit per test 256 megabytes input standard ...

  7. hdu6040

    hdu6040 题意 将一个函数运行 n 次,一共得到 n 个值,有 m 次询问,每次询问第 k 小的值. 分析 考察了 \(nth\_element\) 函数的运用.\(nth\_element(a ...

  8. easyui combogrid 按需加载,点击下拉加载

    功能优点:减少不必要的http请求,减少服务器查询压力,降低额外的浏览器渲染,提高呈现速度开发分享: combogrid 点击才请求的功能实现简要:我分析了费用系统,和现在全网的写法.并不满意.都是要 ...

  9. springMVC初探视图解析器——XmlViewResolver

    XmlViewResolver解析器 XmlViewResolver基于XML文件中的视图bean来解析“逻辑视图”.XmlViewResolver默认会从/WEB-INF/views.xml中加载视 ...

  10. JAVA常见算法题(二)

    package com.xiaowu.demo; /** * 判断101-2000之间有多少个素数,并输出所有素数. * 质数(prime number)又称素数,有无限个.质数定义为在大于1的自然数 ...