# x-spreadsheet在线表格 集成odoo13.14.15.16
**Repository Path**: zxltwins/x-spreadsheet
## Basic Information
- **Project Name**: x-spreadsheet在线表格 集成odoo13.14.15.16
- **Description**: x-spreadsheet在线表格插件 集成odoo模块,集成了在线打印,模型数据批量新增,修改接口,excel导出,以上功能统一做了封装,直接按照指定格式调用即可。
- **Primary Language**: Unknown
- **License**: AFL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 6
- **Forks**: 1
- **Created**: 2023-03-15
- **Last Updated**: 2024-12-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# x-spreadsheet集成odoo适配 13.14.15.16 数据计算归集,模板打印设计
#### 介绍
**x-spreadsheet在线表格插件 集成odoo模块,集成了在线打印,模型数据批量新增,修改接口,excel导出,以上功能统一做了封装,直接按照指定格式调用即可。**
后端新增封装模板设计功能,可以自定义设计excel模板格式。输出excel打印数据。
** 本源码后端封装处理业务数据模块收费,支持最新版本,odoo 二开服务。微信:18143419820 **

#### 安装教程
1. 前端view调用
```
Excel
x_spreadsheet_temp
```
2. 后端action调用
```
return {
'name':'excel',
'type': 'ir.actions.client',
'tag': 'x_spreadsheet_temp',
'params': {
'model':self._context.get('active_model', None),
'method':'load',
'fields':'default_code%name%list_price%categ_id',
'load_id':'all',
'rows_len':1000,
'file_name':'产品'
}
}
```
3. ** 数据载入,数据新增,数据修改 统一调用封装的方法和后端api来处理。适用于所有数据模型,其他代码不用写,不用关注。**
#### 使用说明

#### 参与贡献
打印

多种主题样式直接套用:

#### 特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)