OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

718 lines
18 KiB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta
  7. name="generator"
  8. content="Docutils 0.15.1: http://docutils.sourceforge.net/"
  9. />
  10. <title>Base Comments Templates</title>
  11. <style type="text/css">
  12. /*
  13. :Author: David Goodger (goodger@python.org)
  14. :Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
  15. :Copyright: This stylesheet has been placed in the public domain.
  16. Default cascading style sheet for the HTML output of Docutils.
  17. See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
  18. customize this style sheet.
  19. */
  20. /* used to remove borders from tables and images */
  21. .borderless,
  22. table.borderless td,
  23. table.borderless th {
  24. border: 0;
  25. }
  26. table.borderless td,
  27. table.borderless th {
  28. /* Override padding for "table.docutils td" with "! important".
  29. The right padding separates the table cells. */
  30. padding: 0 0.5em 0 0 !important;
  31. }
  32. .first {
  33. /* Override more specific margin styles with "! important". */
  34. margin-top: 0 !important;
  35. }
  36. .last,
  37. .with-subtitle {
  38. margin-bottom: 0 !important;
  39. }
  40. .hidden {
  41. display: none;
  42. }
  43. .subscript {
  44. vertical-align: sub;
  45. font-size: smaller;
  46. }
  47. .superscript {
  48. vertical-align: super;
  49. font-size: smaller;
  50. }
  51. a.toc-backref {
  52. text-decoration: none;
  53. color: black;
  54. }
  55. blockquote.epigraph {
  56. margin: 2em 5em;
  57. }
  58. dl.docutils dd {
  59. margin-bottom: 0.5em;
  60. }
  61. object[type="image/svg+xml"],
  62. object[type="application/x-shockwave-flash"] {
  63. overflow: hidden;
  64. }
  65. /* Uncomment (and remove this text!) to get bold-faced definition list terms
  66. dl.docutils dt {
  67. font-weight: bold }
  68. */
  69. div.abstract {
  70. margin: 2em 5em;
  71. }
  72. div.abstract p.topic-title {
  73. font-weight: bold;
  74. text-align: center;
  75. }
  76. div.admonition,
  77. div.attention,
  78. div.caution,
  79. div.danger,
  80. div.error,
  81. div.hint,
  82. div.important,
  83. div.note,
  84. div.tip,
  85. div.warning {
  86. margin: 2em;
  87. border: medium outset;
  88. padding: 1em;
  89. }
  90. div.admonition p.admonition-title,
  91. div.hint p.admonition-title,
  92. div.important p.admonition-title,
  93. div.note p.admonition-title,
  94. div.tip p.admonition-title {
  95. font-weight: bold;
  96. font-family: sans-serif;
  97. }
  98. div.attention p.admonition-title,
  99. div.caution p.admonition-title,
  100. div.danger p.admonition-title,
  101. div.error p.admonition-title,
  102. div.warning p.admonition-title,
  103. .code .error {
  104. color: red;
  105. font-weight: bold;
  106. font-family: sans-serif;
  107. }
  108. /* Uncomment (and remove this text!) to get reduced vertical space in
  109. compound paragraphs.
  110. div.compound .compound-first, div.compound .compound-middle {
  111. margin-bottom: 0.5em }
  112. div.compound .compound-last, div.compound .compound-middle {
  113. margin-top: 0.5em }
  114. */
  115. div.dedication {
  116. margin: 2em 5em;
  117. text-align: center;
  118. font-style: italic;
  119. }
  120. div.dedication p.topic-title {
  121. font-weight: bold;
  122. font-style: normal;
  123. }
  124. div.figure {
  125. margin-left: 2em;
  126. margin-right: 2em;
  127. }
  128. div.footer,
  129. div.header {
  130. clear: both;
  131. font-size: smaller;
  132. }
  133. div.line-block {
  134. display: block;
  135. margin-top: 1em;
  136. margin-bottom: 1em;
  137. }
  138. div.line-block div.line-block {
  139. margin-top: 0;
  140. margin-bottom: 0;
  141. margin-left: 1.5em;
  142. }
  143. div.sidebar {
  144. margin: 0 0 0.5em 1em;
  145. border: medium outset;
  146. padding: 1em;
  147. background-color: #ffffee;
  148. width: 40%;
  149. float: right;
  150. clear: right;
  151. }
  152. div.sidebar p.rubric {
  153. font-family: sans-serif;
  154. font-size: medium;
  155. }
  156. div.system-messages {
  157. margin: 5em;
  158. }
  159. div.system-messages h1 {
  160. color: red;
  161. }
  162. div.system-message {
  163. border: medium outset;
  164. padding: 1em;
  165. }
  166. div.system-message p.system-message-title {
  167. color: red;
  168. font-weight: bold;
  169. }
  170. div.topic {
  171. margin: 2em;
  172. }
  173. h1.section-subtitle,
  174. h2.section-subtitle,
  175. h3.section-subtitle,
  176. h4.section-subtitle,
  177. h5.section-subtitle,
  178. h6.section-subtitle {
  179. margin-top: 0.4em;
  180. }
  181. h1.title {
  182. text-align: center;
  183. }
  184. h2.subtitle {
  185. text-align: center;
  186. }
  187. hr.docutils {
  188. width: 75%;
  189. }
  190. img.align-left,
  191. .figure.align-left,
  192. object.align-left,
  193. table.align-left {
  194. clear: left;
  195. float: left;
  196. margin-right: 1em;
  197. }
  198. img.align-right,
  199. .figure.align-right,
  200. object.align-right,
  201. table.align-right {
  202. clear: right;
  203. float: right;
  204. margin-left: 1em;
  205. }
  206. img.align-center,
  207. .figure.align-center,
  208. object.align-center {
  209. display: block;
  210. margin-left: auto;
  211. margin-right: auto;
  212. }
  213. table.align-center {
  214. margin-left: auto;
  215. margin-right: auto;
  216. }
  217. .align-left {
  218. text-align: left;
  219. }
  220. .align-center {
  221. clear: both;
  222. text-align: center;
  223. }
  224. .align-right {
  225. text-align: right;
  226. }
  227. /* reset inner alignment in figures */
  228. div.align-right {
  229. text-align: inherit;
  230. }
  231. /* div.align-center * { */
  232. /* text-align: left } */
  233. .align-top {
  234. vertical-align: top;
  235. }
  236. .align-middle {
  237. vertical-align: middle;
  238. }
  239. .align-bottom {
  240. vertical-align: bottom;
  241. }
  242. ol.simple,
  243. ul.simple {
  244. margin-bottom: 1em;
  245. }
  246. ol.arabic {
  247. list-style: decimal;
  248. }
  249. ol.loweralpha {
  250. list-style: lower-alpha;
  251. }
  252. ol.upperalpha {
  253. list-style: upper-alpha;
  254. }
  255. ol.lowerroman {
  256. list-style: lower-roman;
  257. }
  258. ol.upperroman {
  259. list-style: upper-roman;
  260. }
  261. p.attribution {
  262. text-align: right;
  263. margin-left: 50%;
  264. }
  265. p.caption {
  266. font-style: italic;
  267. }
  268. p.credits {
  269. font-style: italic;
  270. font-size: smaller;
  271. }
  272. p.label {
  273. white-space: nowrap;
  274. }
  275. p.rubric {
  276. font-weight: bold;
  277. font-size: larger;
  278. color: maroon;
  279. text-align: center;
  280. }
  281. p.sidebar-title {
  282. font-family: sans-serif;
  283. font-weight: bold;
  284. font-size: larger;
  285. }
  286. p.sidebar-subtitle {
  287. font-family: sans-serif;
  288. font-weight: bold;
  289. }
  290. p.topic-title {
  291. font-weight: bold;
  292. }
  293. pre.address {
  294. margin-bottom: 0;
  295. margin-top: 0;
  296. font: inherit;
  297. }
  298. pre.literal-block,
  299. pre.doctest-block,
  300. pre.math,
  301. pre.code {
  302. margin-left: 2em;
  303. margin-right: 2em;
  304. }
  305. pre.code .ln {
  306. color: grey;
  307. } /* line numbers */
  308. pre.code,
  309. code {
  310. background-color: #eeeeee;
  311. }
  312. pre.code .comment,
  313. code .comment {
  314. color: #5c6576;
  315. }
  316. pre.code .keyword,
  317. code .keyword {
  318. color: #3b0d06;
  319. font-weight: bold;
  320. }
  321. pre.code .literal.string,
  322. code .literal.string {
  323. color: #0c5404;
  324. }
  325. pre.code .name.builtin,
  326. code .name.builtin {
  327. color: #352b84;
  328. }
  329. pre.code .deleted,
  330. code .deleted {
  331. background-color: #deb0a1;
  332. }
  333. pre.code .inserted,
  334. code .inserted {
  335. background-color: #a3d289;
  336. }
  337. span.classifier {
  338. font-family: sans-serif;
  339. font-style: oblique;
  340. }
  341. span.classifier-delimiter {
  342. font-family: sans-serif;
  343. font-weight: bold;
  344. }
  345. span.interpreted {
  346. font-family: sans-serif;
  347. }
  348. span.option {
  349. white-space: nowrap;
  350. }
  351. span.pre {
  352. white-space: pre;
  353. }
  354. span.problematic {
  355. color: red;
  356. }
  357. span.section-subtitle {
  358. /* font-size relative to parent (h1..h6 element) */
  359. font-size: 80%;
  360. }
  361. table.citation {
  362. border-left: solid 1px gray;
  363. margin-left: 1px;
  364. }
  365. table.docinfo {
  366. margin: 2em 4em;
  367. }
  368. table.docutils {
  369. margin-top: 0.5em;
  370. margin-bottom: 0.5em;
  371. }
  372. table.footnote {
  373. border-left: solid 1px black;
  374. margin-left: 1px;
  375. }
  376. table.docutils td,
  377. table.docutils th,
  378. table.docinfo td,
  379. table.docinfo th {
  380. padding-left: 0.5em;
  381. padding-right: 0.5em;
  382. vertical-align: top;
  383. }
  384. table.docutils th.field-name,
  385. table.docinfo th.docinfo-name {
  386. font-weight: bold;
  387. text-align: left;
  388. white-space: nowrap;
  389. padding-left: 0;
  390. }
  391. /* "booktabs" style (no vertical lines) */
  392. table.docutils.booktabs {
  393. border: 0px;
  394. border-top: 2px solid;
  395. border-bottom: 2px solid;
  396. border-collapse: collapse;
  397. }
  398. table.docutils.booktabs * {
  399. border: 0px;
  400. }
  401. table.docutils.booktabs th {
  402. border-bottom: thin solid;
  403. text-align: left;
  404. }
  405. h1 tt.docutils,
  406. h2 tt.docutils,
  407. h3 tt.docutils,
  408. h4 tt.docutils,
  409. h5 tt.docutils,
  410. h6 tt.docutils {
  411. font-size: 100%;
  412. }
  413. ul.auto-toc {
  414. list-style-type: none;
  415. }
  416. </style>
  417. </head>
  418. <body>
  419. <div class="document" id="base-comments-templates">
  420. <h1 class="title">Base Comments Templates</h1>
  421. <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  422. !! This file is generated by oca-gen-addon-readme !!
  423. !! changes will be overwritten. !!
  424. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
  425. <p>
  426. <a
  427. class="reference external"
  428. href="https://odoo-community.org/page/development-status"
  429. ><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png"
  430. /></a>
  431. <a
  432. class="reference external"
  433. href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"
  434. ><img
  435. alt="License: AGPL-3"
  436. src="https://img.shields.io/badge/licence-AGPL--3-blue.png"
  437. /></a>
  438. <a
  439. class="reference external"
  440. href="https://github.com/OCA/reporting-engine/tree/12.0/base_comment_template"
  441. ><img
  442. alt="OCA/reporting-engine"
  443. src="https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github"
  444. /></a>
  445. <a
  446. class="reference external"
  447. href="https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-base_comment_template"
  448. ><img
  449. alt="Translate me on Weblate"
  450. src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"
  451. /></a>
  452. <a
  453. class="reference external"
  454. href="https://runbot.odoo-community.org/runbot/94/12.0"
  455. ><img
  456. alt="Try me on Runbot"
  457. src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png"
  458. /></a>
  459. </p>
  460. <p>Add a new model to define templates of comments to print on documents.</p>
  461. <p>
  462. Two positions are available for the comments: * above document lines * below
  463. document lines
  464. </p>
  465. <p>This module is the base module for following modules:</p>
  466. <ul class="simple">
  467. <li>sale_comment_template</li>
  468. <li>purchase_comment_template</li>
  469. <li>invoice_comment_template</li>
  470. </ul>
  471. <p><strong>Table of contents</strong></p>
  472. <div class="contents local topic" id="contents">
  473. <ul class="simple">
  474. <li>
  475. <a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a>
  476. </li>
  477. <li>
  478. <a class="reference internal" href="#credits" id="id2">Credits</a>
  479. <ul>
  480. <li>
  481. <a class="reference internal" href="#authors" id="id3">Authors</a>
  482. </li>
  483. <li>
  484. <a class="reference internal" href="#contributors" id="id4"
  485. >Contributors</a
  486. >
  487. </li>
  488. <li>
  489. <a class="reference internal" href="#maintainers" id="id5"
  490. >Maintainers</a
  491. >
  492. </li>
  493. </ul>
  494. </li>
  495. </ul>
  496. </div>
  497. <div class="section" id="bug-tracker">
  498. <h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
  499. <p>
  500. Bugs are tracked on
  501. <a
  502. class="reference external"
  503. href="https://github.com/OCA/reporting-engine/issues"
  504. >GitHub Issues</a
  505. >. In case of trouble, please check there if your issue has already been
  506. reported. If you spotted it first, help us smashing it by providing a detailed
  507. and welcomed
  508. <a
  509. class="reference external"
  510. href="https://github.com/OCA/reporting-engine/issues/new?body=module:%20base_comment_template%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**"
  511. >feedback</a
  512. >.
  513. </p>
  514. <p>
  515. Do not contact contributors directly about support or help with technical
  516. issues.
  517. </p>
  518. </div>
  519. <div class="section" id="credits">
  520. <h1><a class="toc-backref" href="#id2">Credits</a></h1>
  521. <div class="section" id="authors">
  522. <h2><a class="toc-backref" href="#id3">Authors</a></h2>
  523. <ul class="simple">
  524. <li>Camptocamp</li>
  525. </ul>
  526. </div>
  527. <div class="section" id="contributors">
  528. <h2><a class="toc-backref" href="#id4">Contributors</a></h2>
  529. <ul class="simple">
  530. <li>
  531. Xavier Jimenez &lt;<a
  532. class="reference external"
  533. href="mailto:xavier.jimenez&#64;qubiq.es"
  534. >xavier.jimenez&#64;qubiq.es</a
  535. >&gt;
  536. </li>
  537. <li>
  538. Nicolas Bessi &lt;<a
  539. class="reference external"
  540. href="mailto:nicolas.bessi&#64;camptocamp.com"
  541. >nicolas.bessi&#64;camptocamp.com</a
  542. >&gt;
  543. </li>
  544. <li>
  545. Yannick Vaucher &lt;<a
  546. class="reference external"
  547. href="mailto:yannick.vaucher&#64;camptocamp.com"
  548. >yannick.vaucher&#64;camptocamp.com</a
  549. >&gt;
  550. </li>
  551. <li>
  552. Guewen Baconnier &lt;<a
  553. class="reference external"
  554. href="mailto:guewen.baconnier&#64;camptocamp.com"
  555. >guewen.baconnier&#64;camptocamp.com</a
  556. >&gt;
  557. </li>
  558. <li>
  559. Simone Rubino &lt;<a
  560. class="reference external"
  561. href="mailto:simone.rubino&#64;agilebg.com"
  562. >simone.rubino&#64;agilebg.com</a
  563. >&gt;
  564. </li>
  565. <li>
  566. Simone Rubino &lt;<a
  567. class="reference external"
  568. href="mailto:simone.rubino&#64;agilebg.com"
  569. >simone.rubino&#64;agilebg.com</a
  570. >&gt;
  571. </li>
  572. <li>
  573. <a class="reference external" href="https://www.dynapps.be">DynApps</a>:
  574. <ul>
  575. <li>
  576. Raf Ven &lt;<a
  577. class="reference external"
  578. href="mailto:raf.ven&#64;dynapps.be"
  579. >raf.ven&#64;dynapps.be</a
  580. >&gt;
  581. </li>
  582. </ul>
  583. </li>
  584. <li>
  585. <a class="reference external" href="https://www.druidoo.io">Druidoo</a>:
  586. <ul>
  587. <li>
  588. Iván Todorovich &lt;<a
  589. class="reference external"
  590. href="mailto:ivan.todorovich&#64;druidoo.io"
  591. >ivan.todorovich&#64;druidoo.io</a
  592. >&gt;
  593. </li>
  594. </ul>
  595. </li>
  596. </ul>
  597. </div>
  598. <div class="section" id="maintainers">
  599. <h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
  600. <p>This module is maintained by the OCA.</p>
  601. <a
  602. class="reference external image-reference"
  603. href="https://odoo-community.org"
  604. ><img
  605. alt="Odoo Community Association"
  606. src="https://odoo-community.org/logo.png"
  607. /></a>
  608. <p>
  609. OCA, or the Odoo Community Association, is a nonprofit organization whose
  610. mission is to support the collaborative development of Odoo features and
  611. promote its widespread use.
  612. </p>
  613. <p>
  614. This module is part of the
  615. <a
  616. class="reference external"
  617. href="https://github.com/OCA/reporting-engine/tree/12.0/base_comment_template"
  618. >OCA/reporting-engine</a
  619. >
  620. project on GitHub.
  621. </p>
  622. <p>
  623. You are welcome to contribute. To learn how please visit
  624. <a
  625. class="reference external"
  626. href="https://odoo-community.org/page/Contribute"
  627. >https://odoo-community.org/page/Contribute</a
  628. >.
  629. </p>
  630. </div>
  631. </div>
  632. </div>
  633. </body>
  634. </html>