Skip to content

Commit edce699

Browse files
Minor fixes
1 parent 8aedb37 commit edce699

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/developer_guide/developer_mode.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Additional modes are available for developers: `?debug=assets` enables the [asse
3535

3636
## Locate the developer mode tools
3737

38-
---
39-
4038
The user can access the developer mode tools by clicking on the _Open Developer Tools_ button or the bug icon located in the OpenSPP header, after activating developer mode.
4139

4240
![OpenSPP displays the console page and the debug icon.](developer_mode/3.png "Overview of a console page and the debug icon being shown in Odoo.")

docs/developer_guide/module_development/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By the end of this guide, you will understand:
1818
- How to modify user interface forms to display these new fields.
1919
- The complete process for installing and activating your custom module.
2020

21-
### Why Create a Custom Module?
21+
## Why Create a Custom Module?
2222

2323
For developers new to Odoo, it might seem easier to directly edit the existing OpenSPP files. However, this approach, often called forking, leads to significant long-term problems. The recommended approach is to encapsulate all your customizations within a custom module.
2424

@@ -46,7 +46,6 @@ For more detailed guidelines, refer to the {doc}`Best Practices Guide <../best_p
4646

4747
For more information on developing OpenSPP modules, refer to:
4848
- [Odoo 17 Developer Documentation](https://www.odoo.com/documentation/17.0/developer/)
49-
- [OpenSPP Documentation](https://docs.openspp.org/)
5049
- [OpenSPP Source](https://github.com/OpenSPP/openspp-modules/tree/17.0/)
5150

5251
```{toctree}

docs/developer_guide/module_development/rest_api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,6 @@ openssl rsa -pubout -in private_key.pem -out public_key.pub
148148

149149
## References
150150

151+
For more information on extending OpenSPP modules, refer to:
151152
- [Odoo 17 Developer Documentation](https://www.odoo.com/documentation/17.0/developer/)
152153

0 commit comments

Comments
 (0)